home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Vision_Images / LaunchIt (.txt) < prev    next >
Text File  |  1994-06-22  |  90b  |  7 lines

  1. #!/bin/csh
  2. # Launch the application.
  3.  
  4.     cd $HOTMIXDIR/demos/Vision_Images
  5.         ./Image
  6.  
  7.